﻿2026-06-04T02:39:08.0323971Z ##[group]Run actions/checkout@v4
2026-06-04T02:39:08.0326212Z with:
2026-06-04T02:39:08.0327392Z   repository: SaberMage/spt-core
2026-06-04T02:39:08.0341794Z   token: ***
2026-06-04T02:39:08.0342940Z   ssh-strict: true
2026-06-04T02:39:08.0344114Z   ssh-user: git
2026-06-04T02:39:08.0345298Z   persist-credentials: true
2026-06-04T02:39:08.0346620Z   clean: true
2026-06-04T02:39:08.0347819Z   sparse-checkout-cone-mode: true
2026-06-04T02:39:08.0349282Z   fetch-depth: 1
2026-06-04T02:39:08.0350445Z   fetch-tags: false
2026-06-04T02:39:08.0351645Z   show-progress: true
2026-06-04T02:39:08.0352842Z   lfs: false
2026-06-04T02:39:08.0354026Z   submodules: false
2026-06-04T02:39:08.0355218Z   set-safe-directory: true
2026-06-04T02:39:08.0357058Z ##[endgroup]
2026-06-04T02:39:08.2194731Z Syncing repository: SaberMage/spt-core
2026-06-04T02:39:08.2199455Z ##[group]Getting Git version info
2026-06-04T02:39:08.2201885Z Working directory is '/home/david/actions-runner/_work/spt-core/spt-core'
2026-06-04T02:39:08.2205475Z [command]/usr/bin/git version
2026-06-04T02:39:08.2207076Z git version 2.34.1
2026-06-04T02:39:08.2238360Z ##[endgroup]
2026-06-04T02:39:08.2256427Z Copying '/home/david/.gitconfig' to '/home/david/actions-runner/_work/_temp/966a9172-24cf-4f2c-a3d3-fcad19ce6391/.gitconfig'
2026-06-04T02:39:08.2309129Z Temporarily overriding HOME='/home/david/actions-runner/_work/_temp/966a9172-24cf-4f2c-a3d3-fcad19ce6391' before making global git config changes
2026-06-04T02:39:08.2314202Z Adding repository directory to the temporary git global config as a safe directory
2026-06-04T02:39:08.2321155Z [command]/usr/bin/git config --global --add safe.directory /home/david/actions-runner/_work/spt-core/spt-core
2026-06-04T02:39:08.2381799Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-04T02:39:08.2417308Z https://github.com/SaberMage/spt-core
2026-06-04T02:39:08.2440974Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-04T02:39:08.2446819Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-04T02:39:08.2476245Z refs/heads/dev-freeform
2026-06-04T02:39:08.2493741Z [command]/usr/bin/git checkout --detach
2026-06-04T02:39:08.2547737Z HEAD is now at 017d103 fix(store): registry open creates the owlery dir — KNOWN-HAZARDS 4.9
2026-06-04T02:39:08.2614408Z [command]/usr/bin/git branch --delete --force dev-freeform
2026-06-04T02:39:08.2657614Z Deleted branch dev-freeform (was 017d103).
2026-06-04T02:39:08.2713664Z ##[endgroup]
2026-06-04T02:39:08.2716732Z [command]/usr/bin/git submodule status
2026-06-04T02:39:08.2976224Z ##[group]Cleaning the repository
2026-06-04T02:39:08.2981778Z [command]/usr/bin/git clean -ffdx
2026-06-04T02:39:08.9475907Z Removing target/
2026-06-04T02:39:08.9490775Z [command]/usr/bin/git reset --hard HEAD
2026-06-04T02:39:08.9553290Z HEAD is now at 017d103 fix(store): registry open creates the owlery dir — KNOWN-HAZARDS 4.9
2026-06-04T02:39:08.9559787Z ##[endgroup]
2026-06-04T02:39:08.9562147Z ##[group]Disabling automatic garbage collection
2026-06-04T02:39:08.9568434Z [command]/usr/bin/git config --local gc.auto 0
2026-06-04T02:39:08.9616991Z ##[endgroup]
2026-06-04T02:39:08.9619736Z ##[group]Setting up auth
2026-06-04T02:39:08.9626981Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-04T02:39:08.9669265Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-04T02:39:08.9906614Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-04T02:39:08.9945610Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-04T02:39:09.0181142Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-04T02:39:09.0236161Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-04T02:39:09.0518145Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-04T02:39:09.0586300Z ##[endgroup]
2026-06-04T02:39:09.0588595Z ##[group]Fetching the repository
2026-06-04T02:39:09.0603383Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +caab43332f3dec1bfdba4c526883ccd7c805a8dc:refs/remotes/origin/dev-freeform
2026-06-04T02:39:09.8188989Z From https://github.com/SaberMage/spt-core
2026-06-04T02:39:09.8191756Z  + 017d103...caab433 caab43332f3dec1bfdba4c526883ccd7c805a8dc -> origin/dev-freeform  (forced update)
2026-06-04T02:39:09.8216927Z ##[endgroup]
2026-06-04T02:39:09.8218138Z ##[group]Determining the checkout info
2026-06-04T02:39:09.8219327Z ##[endgroup]
2026-06-04T02:39:09.8227012Z [command]/usr/bin/git sparse-checkout disable
2026-06-04T02:39:09.8277187Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-04T02:39:09.8314820Z ##[group]Checking out the ref
2026-06-04T02:39:09.8317821Z [command]/usr/bin/git checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-04T02:39:09.8393649Z Warning: you are leaving 1 commit behind, not connected to
2026-06-04T02:39:09.8394526Z any of your branches:
2026-06-04T02:39:09.8394846Z 
2026-06-04T02:39:09.8395762Z   017d103 fix(store): registry open creates the owlery dir — KNOWN-HAZARDS 4.9
2026-06-04T02:39:09.8396351Z 
2026-06-04T02:39:09.8396772Z If you want to keep it by creating a new branch, this may be a good time
2026-06-04T02:39:09.8496891Z to do so with:
2026-06-04T02:39:09.8497754Z 
2026-06-04T02:39:09.8498146Z  git branch <new-branch-name> 017d103
2026-06-04T02:39:09.8498625Z 
2026-06-04T02:39:09.8499429Z Switched to a new branch 'dev-freeform'
2026-06-04T02:39:09.8511208Z Branch 'dev-freeform' set up to track remote branch 'dev-freeform' from 'origin'.
2026-06-04T02:39:09.8514200Z ##[endgroup]
2026-06-04T02:39:09.8516950Z [command]/usr/bin/git log -1 --format=%H
2026-06-04T02:39:09.8517706Z caab43332f3dec1bfdba4c526883ccd7c805a8dc
